Apple Safari
Hi, I modified the Defaults.pslist with Notepad but Safari became unstable. The address bar was not appearing at all. After a 2nd try the settings were not applied and the browser still not wo… Read More
1. Using 7-zip extract Safari.MSI from the EXE 2. Open Safari.MSI and extract: Program Files\Safari\Safari.resources\Defaults.plist 3. Edit Default.plist and change as required: Add th… Read More
After you extract the files using: SafariSetup.exe /extract You can then install using a script/batch file: msiexec /i AppleApplicationSupport.msi ALLUSERS=true reboot=suppress /qb msiexec /i… Read More
Extracting safarisetup.exe will result in 6 msi files. First install AppleApplicationSupport.msi and follow that with Safari.msi. There is no need to install the other msi files. Read More
To prevent the installation of Bonjour use the ADDLOCAL parameter to list all of the other components: SafariSetup.exe .... ADDLOCAL=Safari,CRT_WinSXS .... Read More
1. Obtain the .EXE file from http://www.apple.com/safari/download 2. Navigate to the user's Temp folder (for example: C:\Documents and Settings\JoeUser\Local Settings\Temp) and clear out any e… Read More
VBScript commands to install Safari 3 BETA (without a desktop shortcut) once you get the source files... Set objWshShell = WScript.CreateObject("WScript.Shell") Set objFSO = CreateObject("Scri… Read More